SQL Add Column on existed Table


USE [DataBase]
GO
ALTER TABLE [TableName] ADD [ColumnName] [Type] [NOT NULL]
GO

#SQL,sql






你可能感興趣的文章

Emergency Preparedness: Stocking Up on Paper Towels for Unexpected Situations

Emergency Preparedness: Stocking Up on Paper Towels for Unexpected Situations

筆記、物件導向 ( 程式導師實驗計畫 )

筆記、物件導向 ( 程式導師實驗計畫 )

前端也能玩 Deep learning - 以 p5-deeplearn-js 為例

前端也能玩 Deep learning - 以 p5-deeplearn-js 為例






留言討論